Wiki

Clone wiki

inf225 / glossary / GLL parser

[Alphabetical Index | Tag Index]

GLL parser*

An LL parsing algorithm extended to handle nondeterministic and ambiguous grammars, making it capable of parsing any context-free grammar. Unlike normal LL or recursive descent parsers, it can also handle left recursion.

[WWW]

Updated